home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / working_with_tables.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  1.7 KB  |  51 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <title>Working with Tables</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <meta name="GENERATOR" content="amaya 5.2" />
  12.   <link href="../style.css" rel="stylesheet" type="text/css" />
  13. </head>
  14.  
  15. <body xml:lang="en" lang="en">
  16.  
  17. <table border="0" summary="toc">
  18.   <tbody>
  19.     <tr>
  20.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  21.         src="../../images/amaya.gif" /></td>
  22.       <td><p>
  23.         <a href="../Tables.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  24.         <a href="create_table.html" accesskey="n"><img alt="next"
  25.         src="../../images/right.gif" /></a></p>
  26.       </td>
  27.     </tr>
  28.   </tbody>
  29. </table> 
  30.  
  31. <div id="page_body">
  32. <h1>Working with Tables</h1>
  33.  
  34. <p>Amaya does not contain a separate table editor. To Amaya, a table is
  35. simply a structure described by the HTML document type definition (DTD) and
  36. it is edited as such. The same commands apply to tables as to other HTML
  37. structures, with a few additional ones.</p>
  38.  
  39. <p>For more information on working with tables, see the following:</p>
  40. <ul>
  41.   <li><a href="create_table.html">Creating a Table</a></li>
  42.   <li><a href="add_column.html">Adding a Column to a Table</a></li>
  43.   <li><a href="add_row.html">Adding a Row to a Table</a></li>
  44.   <li><a href="add_tbody.html">Adding a Table Body to a Table</a></li>
  45.   <li><a href="remove_column.html">Removing a Column from a Table</a></li>
  46. </ul>
  47. </div>
  48.  
  49. </body>
  50. </html>
  51.